home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / anwendungen / mackie / uedit / config! < prev    next >
Text File  |  1994-05-20  |  17KB  |  456 lines

  1. -----------------------------------------------------------------------------
  2. |                             Config!                                       |
  3. |        Copyright (C) 1986-88 Rick Stiles.  All rights reserved.           |
  4. ----------------------------------------------------------------------------
  5.  
  6. Config! defines all of Uedit's default settings and commands.  If you edit
  7. Config! and want to make a new Data! file, type "Run UE -c" in CLI. 
  8.  
  9. If you create a new config such as "NewConfig", you can make Uedit compile it
  10. by typing "UE -cNewConfig" in CLI.  On the "Save new Data?" question,
  11. selecting Yes writes a new Data! file.
  12.  
  13.                                    *****
  14. Edit the contents of each set of angle brackets, but leave the angle-brackets
  15. intact:
  16.  
  17. (To recompile these defaults anytime, select "Cfg defalts" in the menu.)
  18.  
  19. (Unless told otherwise, use 0 for "no" or 1 for "yes".)
  20.  
  21. <0>     Make Key-Help file during this compile.  (For "TEACH KEYS" in menu.)
  22.         (NOTE:  If you want to create a new Key-Help facility, you should set
  23.         this flag to 1.  Startup compile is much faster when it's 0, however.)
  24.  
  25. <S:Key-Help>  Name of Key-Help file to create or look for.  19 chars max.
  26.  
  27. <1>     Show cursor during compile of this configuration.  Slower, if show.
  28.  
  29. <RAM:uejunk>  Name for temporary file when one is needed.  19 chars max.
  30.  
  31. <27>    Primitive Mode (pmESC) terminator character.  ASCII value, 5-255.
  32.  
  33. <0>     User global flag A.  Any integer value.
  34. <0>     User global flag B.  Any integer value.
  35. <0>     Columnar display mode
  36. <0>     Cram display mode
  37. <1>     Show page-row-column
  38.  
  39. <1>     Mark gadgets
  40. <0>     Interlace/bitplanes. 0-3.
  41. <1>     Show invisibles
  42. <0>     Show busies
  43. <0>     Teach keys mode
  44.  
  45. <20>    Maximum files to edit.  1-100.
  46. <0>     Make icons
  47. <0>     Search case-sensitive flag
  48. <?>     Search single wildcard.      Printable character.
  49. <$>     Search either-or delimiter.  Printable character.
  50.  
  51. <*>     Search multi wildcard.       Printable character.
  52. <~>     Search all-but delimiter.    Printable character.
  53. <0>     White allowed under single wildcard: 0=no, 1=space/tab, 2=any white.
  54. <0>     White allowed under multi wildcard: 0=no, 1=space/tab, 2=any white.
  55. <75>    Percent offset for submenus.  0-100 percent.
  56.  
  57. <0>     RESERVED  (l)
  58. <0>     RESERVED  (m)
  59. <0>     Speak requester alerts
  60. <0>     Speak messages
  61. <200>   Speech speed.  40-400.
  62.  
  63. <120>   Speech pitch.  65-320.
  64. <n>     Speak mode.    n=natural, f=female, m=male, r=robotic.
  65. <0>     Use printable keys for typing, disabling any commands on them.
  66. <2>     Printer selection.  0=par:, 1=ser:, 2=prt:, 3=prt: (raw).
  67. <100>   Idle-time (tenths of seconds) after which time idle cmd is run. 1-32767
  68.  
  69. <0>     Hide display.
  70. <1>     Scroll type: 0 = show colors, 1 = faster
  71. <0>     Trap menus to use menu mouse button as a key
  72. <0>     Reserved
  73. <0>     Reserved
  74.  
  75. <0>     Reserved
  76. <0>     Reserved
  77. <0>     Reserved
  78. <0>     Reserved
  79. <0>     Reserved
  80.  
  81. <1>     Put in tabs, not spaces, when tab key pressed.
  82. <1>     Autoindent mode
  83. <0>     Overstrike mode
  84. <0>     Autobackup mode
  85. <0>     RESERVED  (r)
  86.  
  87. <1>     Wordwrap mode
  88. <0>     Rightjustify mode
  89. <1>     Map illegal chars (ASCII 0-4) to table values.  (See table below.)
  90. <0>     RESERVED  (c)
  91. <0>     User local flag A
  92.  
  93. <0>     User local flag B
  94. <4>     Tab ruler to use.   0-4.  (See ruler tables below.)
  95. <77>    Line-length.  1-9999.
  96. <5>     Split window size in lines.  2-100, up to max lines in window.
  97. <0>     Left margin.    0-255.
  98.  
  99. <0>     top margin.     0-255.
  100. <1>     bottom margin.  0-255.
  101. <66>    lines/page.     1-255.
  102. <10>    End-of-line char.  10 = Newline, 13 = Carriage Return.
  103.  
  104. These are the 5 TAB rulers.  There can be up to 32 column-entries in each tab
  105. ruler.  The highest column is 255.  The lowest is 2.  In Uedit, to change
  106. tab rulers, select "Tab ruler".  To see the settings, select "See ruler". 
  107. To adjust the tabs, select "Set ruler".
  108.  
  109. <7 13 19 25 31>     Tab ruler 0.
  110. <9 17 25 33 41 49>  Tab ruler 1.
  111. <11 21 31 41 51 61
  112. 71 81>              Tab ruler 2.
  113. <>                  Tab ruler 3.
  114. <5 9 13 17 21 25 29
  115. 33 37 41 45 49 53 57
  116. 61 65 69 73 >       Tab ruler 4.
  117.  
  118. Uedit uses ASCII characters 0-4 internally for markers.  Files cannot
  119. legally contain these characters.  If the above "Map illegal chars" flag
  120. is not set, any illegal characters (ASCII 0-4) are replaced by "@" upon
  121. loading the file.  If "Map illegal chars" is set, illegal chars are mapped
  122. to the "safe" chars given below upon loading the file.  Upon saving the
  123. file, the chars are remapped back into their old ASCII 0-4 values:
  124.  
  125. <128>   map ASCII 0  Values must be 128-255.
  126. <129>   map ASCII 1
  127. <130>   map ASCII 2
  128. <131>   map ASCII 3
  129. <132>   map ASCII 4
  130.  
  131. Printable key table:  DON'T TOUCH, unless you know what you are doing! 
  132. This is a translation table which converts raw keystrokes into printable
  133. characters.  (See Rom Kernal Manual, Volume 1, page 3-81.)  There must be
  134. 64 in each row.  Use OVERSTRIKE typing mode when modifying this, to avoid
  135. trouble:
  136.  
  137. Unused -->     U             U    EUROPE--> EE   U          U
  138. <`1234567890-=\ 0qwertyuiop[] 123asdfghjkl;'  456 zxcvbnm,./ .789>
  139. <~!@#$%^&*()_+| 0QWERTYUIOP{} 123ASDFGHJKL:"  456 ZXCVBNM<>? .789>
  140.  
  141. Colors:
  142.  
  143. <2><1><0><3>   Screen 4-color combination.  (0-3, use no duplicates.)
  144.  
  145. RGB colors:  (Range is 0-15.)
  146. Red     Green   Blue
  147. <12>    <6>     <0>     Register 0
  148. <0>     <0>     <0>     Register 1
  149. <15>    <10>    <0>     Register 2
  150. <10>    <10>    <10>    Register 3
  151.  
  152. Gadget Names in the messge line.  19 chars max:
  153.  
  154. <Next File>     Name for gadget 1
  155. <Prev File>     Name for gadget 2
  156. <Scroll down>   Name for gadget 3
  157. <Scroll up>     Name for gadget 4
  158.  
  159.                                    *****
  160.  
  161. Everything from here onward is menu selections or commands.  (See
  162. Config!M, Config!P, Config!R, and Config!S also.)
  163.  
  164. Keep a backup copy of the original, if you change this file.
  165.  
  166. It's a good idea to include the following 2 commands first thing after the
  167. config defaults above.  That way, if a compile-error occurs during startup-
  168. compile, you can fix the error easily using mouse-scrolling and f6.
  169.  
  170. Compile command at or following cursor
  171. <normal-f6: if (not compile) beepDisplay >
  172.  
  173. Place cursor or scroll if button held
  174. <normal-buttonDown:
  175.    moveCursor(curFile,mouseLoc)
  176.    updateDisplay
  177.    mouseXY(n0,n1)
  178.    equateNum(n4,n1)
  179.    if (not mouseDown) return
  180.    while (not inputWaiting) {
  181.         trackMouse
  182.         mouseXY(n2,n3)
  183.         sub(n3,n3,n1)
  184.         div(n3,n3,5)
  185.         vscroll(n3) 
  186.         updateDisplay
  187.    }
  188. >
  189.  
  190. <startup:
  191.  
  192. menu("Files",1,normal-f1)
  193.    menu("Next file      f1",1,normal-f1)
  194.    menu("Prev file    S-f1",1,shft-f1)
  195.    menu("Open             ",1,alt-f1)
  196. SUBmenu("Open         A-f1",1,alt-f1)
  197. SUBmenu("File request L-f1",1,lAmiga-f1)
  198. SUBmenu("New file     C-f1",1,ctl-f1)
  199. SUBmenu("Insert file SA-f1",1,shftAlt-f1)
  200. SUBmenu("Restore     SC-f1",1,shftCtl-f1)
  201. SUBmenu("Rename        A-n",1,alt-n)
  202.    menu("Save             ",1,normal-f2)
  203. SUBmenu("Save           f2",1,normal-f2)
  204. SUBmenu("Save changes A-f2",1,alt-f2)
  205. SUBmenu("Save as...   S-f2",1,shft-f2)
  206. SUBmenu("Save hilite SC-f2",1,shftCtl-f2)
  207. SUBmenu("Abort save  SA-f2",1,shftAlt-f2)
  208.  
  209.    menu("Close            ",1,normal-f3)
  210. SUBmenu("Close          f3",1,normal-f3)
  211. SUBmenu("Auto-close   S-f3",1,shft-f3)
  212.    menu("Quit             ",1,normal-f4)
  213. SUBmenu("Quit           f4",1,normal-f4)
  214. SUBmenu("Auto-quit    S-f4",1,shft-f4)
  215. SUBmenu("ABORT Uedit! A-f4",1,alt-f4)
  216.    menu("AmigaDOS         ",1,ctl-y)
  217. SUBmenu("AmigaDOS      C-y",1,ctl-y)
  218. SUBmenu("DOS + result  C-z",1,ctl-z)
  219. SUBmenu("Directory     A-z",1,alt-z)
  220. SUBmenu("CD (Chg dir) AC-z",1,altCtl-z)
  221.    menu("About...         ",1,shftAltCtl-a)
  222.  
  223. menu("Search",2,normal-f1)
  224.    menu("Search           ",2,normal-f9)
  225. SUBmenu("Search fwd     f9",2,normal-f9)
  226. SUBmenu("Search bkwd  S-f9",2,shft-f9)
  227. SUBmenu("Set search     f7",2,normal-f7)
  228.    menu("Replace          ",2,normal-f10)
  229. SUBmenu("Replace fwd   f10",2,normal-f10)
  230. SUBmenu("Rpl all fwd A-f10",2,alt-f10)
  231. SUBmenu("Rpl bkwd    S-f10",2,shft-f10)
  232. SUBmenu("Set replace    f8",2,normal-f8)
  233.    menu("Settings         ",2,ctl-8)
  234. checkedSUBmenu("Case sensitiv C-8",2,ctl-8,searchCaps)
  235. SUBmenu("Wildcards    A-f7",2,alt-f7)
  236. SUBmenu("Either-or    C-f7",2,ctl-f7)
  237.  
  238. menu("Buffers",3,normal-f1)
  239.    menu("Buffers          ",3,alt-w)
  240.    SUBmenu("Swap buf #0   A-w",3,alt-w)
  241.    SUBmenu("Swap buf #41  C-w",3,ctl-w)
  242.    SUBmenu("See buffers SC-f6",3,shftCtl-f6)
  243.    SUBmenu("Edit buffer SA-f6",3,shftAlt-f6)
  244.    SUBmenu("Free buffers A-f3",3,alt-f3)
  245.    SUBmenu("Push buffer   L-w",3,lAmiga-w)
  246.    SUBmenu("Pop buffer    R-w",3,rAmiga-w)
  247.    SUBmenu("Roll stack   SA-w",3,shftAlt-w)
  248.       menu("Data file        ",3,alt-f6)
  249.    ..SUBmenu("UStar            ",3,virtual-u)
  250.    ..SUBmenu("Directory Utility",3,virtual-d)
  251.    ..SUBmenu("Regular UE data  ",3,virtual-e)
  252.    SUBmenu("Save data    A-f6",3,alt-f6)
  253.    SUBmenu("Load data    C-f6",3,ctl-f6)
  254.       menu("Compile          ",3,normal-f6)
  255.    SUBmenu("Compile        f6",3,normal-f6)
  256.    SUBmenu("Cfg defalts AC-f6",3,altCtl-f6)
  257.    SUBmenu("Make command S-f6",3,shft-f6)
  258.       menu("Keys             ",3,normal-f5)
  259.    SUBmenu("Swap keys      f5",3,normal-f5)
  260.    SUBmenu("Swap mouseUp  A-m",3,alt-m)
  261.    SUBmenu("Kill key   SAC-f6",3,shftAltCtl-f6)
  262.    SUBmenu("Find key     L-f6",3,lAmiga-f6)
  263.       menu("Learn            ",3,ctl-s)
  264.    checkedSUBmenu("Start learn   C-s",3,ctl-s,learnMode)
  265.    SUBmenu("End/Run learn C-r",3,ctl-r)
  266.    SUBmenu("Save learn    C-5",3,ctl-5)
  267.    SUBmenu("Load learn    C-6",3,ctl-6)
  268.    SUBmenu("Load & run    C-7",3,ctl-7)
  269.       menu("Name gadget C-esc",3,ctl-esc)
  270.       menu("Speak hilite  A-s",3,alt-s)
  271.  
  272. menu("Edits",4,normal-f1)
  273. checkedmenu("Col display  SC-`",4,shftCtl-`,columnar)
  274.       menu("Cut&Paste Hilite ",4,normal-kpDot)
  275.    SUBmenu("Copy          kp.",4,normal-kpDot)
  276.    SUBmenu("Cut           kp-",4,normal-kpMinus)
  277.    SUBmenu("Paste     kpEnter",4,normal-kpEnter)
  278.    SUBmenu("Clear         C-h",4,ctl-h)
  279.    menu("Cut&Paste Invert ",4,ctl-kpDot)
  280.    SUBmenu("I-Copy      C-kp.",4,ctl-kpDot)
  281.    SUBmenu("I-Cut       C-kp-",4,ctl-kpMinus)
  282.    SUBmenu("I-Paste C-kpEnter",4,ctl-kpEnter)
  283.    SUBmenu("I-Clear       C-i",4,ctl-i)
  284.    menu("Columnar         ",4,shftCtl-1)
  285.    SUBmenu("Col Cut      SC-1",4,shftCtl-1)
  286.    SUBmenu("Col Erase    SC-2",4,shftCtl-2)
  287.    SUBmenu("Col Copy     SC-3",4,shftCtl-3)
  288.    SUBmenu("Col Insert   SC-4",4,shftCtl-4)
  289.    SUBmenu("Col Overlay  SC-5",4,shftCtl-5)
  290.    SUBmenu("Ins Hil->Csr SC-6",4,shftCtl-6)
  291.    SUBmenu("Ovl Hil->Csr SC-7",4,shftCtl-7)
  292.       menu("Text reformats   ",4,ctl-3)
  293.    SUBmenu("Paragraph     C-3",4,ctl-3)
  294.    SUBmenu("Del white-spc C-4",4,ctl-4)
  295.    SUBmenu("Tabs->spaces  L-t",4,lAmiga-t)
  296.    SUBmenu("Spaces->tabs  R-t",4,rAmiga-t)
  297.       menu("Printing         ",4,alt-p)
  298.    SUBmenu("Print select  A-p",4,alt-p)
  299.    SUBmenu("Print hilite  C-p",4,ctl-p)
  300.    SUBmenu("Print file   AC-p",4,altCtl-p)
  301.    SUBmenu("Restart print L-s",4,lAmiga-s)
  302.    SUBmenu("Abort print   L-a",4,lAmiga-a)
  303.    SUBmenu("Stop all prts R-a",4,rAmiga-a)
  304.    SUBmenu("Code help   SAC-p",4,virtual-p)
  305.    SUBmenu("Bracket hiliteL-p",4,lAmiga-p)
  306.    SUBmenu("Find code     R-g",4,rAmiga-g)
  307.    SUBmenu("Embed code    L-g",4,lAmiga-g)
  308.    SUBmenu("Type formfeed L-f",4,lAmiga-f)
  309.       menu("Paging           ",4,alt-3)
  310.    SUBmenu("Go to page #  A-3",4,alt-3)
  311.    SUBmenu("Top of page   L-h",4,lAmiga-h)
  312.    SUBmenu("Bottom page   L-b",4,lAmiga-b)
  313.    SUBmenu("Divide page   L-v",4,lAmiga-v)
  314.    SUBmenu("Auto page div L-r",4,lAmiga-r)
  315.    SUBmenu("Del page div  L-d",4,lAmiga-d)
  316.    SUBmenu("Del page #    L-y",4,lAmiga-y)
  317.       menu("Spelling         ",4,rAmiga-1)
  318.    SUBmenu("Load speller  R-1",4,rAmiga-1)
  319.    SUBmenu("Check fwd     R-2",4,rAmiga-2)
  320.    SUBmenu("Chk&mark fwd  R-3",4,rAmiga-3)
  321.    SUBmenu("Chk & collect R-4",4,rAmiga-4)
  322.    SUBmenu("Merge w/ dict R-5",4,rAmiga-5)
  323.    SUBmenu("Del from dict R-6",4,rAmiga-6)
  324.    SUBmenu("Free Speller  R-8",4,rAmiga-8)
  325.       menu("Rexx             ",4,altCtl-1)
  326.    SUBmenu("Ed out buf35 AC-1",4,altCtl-1)
  327.    SUBmenu("Ed in buf36  AC-2",4,altCtl-2)
  328.    SUBmenu("Buf35->Rexx  AC-3",4,altCtl-3)
  329.    SUBmenu("Buf36<-Rexx  AC-4",4,altCtl-4)
  330.    SUBmenu("hilite->Rexx AC-5",4,altCtl-5)
  331.    SUBmenu("Cursor<-Rexx AC-6",4,altCtl-6)
  332.    SUBmenu("Reply OKAY-> AC-7",4,altCtl-7)
  333.    SUBmenu("Reply text-> AC-8",4,altCtl-8)
  334.    checkedSUBmenu("Auto-traffic AC-9",4,altCtl-9,userGlobalB)
  335.    SUBmenu("Make x.rexx  AC-0",4,altCtl-0)
  336.  
  337. menu("Modes",5,normal-f1)
  338.              menu("TEACH KEYS       ",5,ctl-help)
  339.    checkedSUBmenu("Teach keys C-help",5,ctl-help,teachKeys)
  340.           SUBmenu("Teach one     C-t",5,ctl-t)
  341.              menu("Local modes      ",5,shft-f5)
  342.    checkedSUBmenu("OverStrike   S-f5",5,shft-f5,overStrike)
  343.    checkedSUBmenu("WordWrap     C-f5",5,ctl-f5,wordWrap)
  344.    checkedSUBmenu("Right justify A-j",5,alt-j,rightJustify)
  345.    checkedSUBmenu("AutoIndent   A-f5",5,alt-f5,autoIndent)
  346.    checkedSUBmenu("Read-only   SA-f5",5,shftAlt-f5,readOnly)
  347.    checkedSUBmenu("Changed flag L-f5",5,lAmiga-f5,changed)
  348.    checkedSUBmenu("Use tabs   AC-tab",5,altCtl-tab,trueTabs)
  349.    checkedSUBmenu("AutoBackup SAC-f5",5,shftAltCtl-f5,autoBackup)
  350.    checkedSUBmenu("Map illegals SA-m",5,shftAlt-m,mapChars)
  351.    checkedSUBmenu("Save on idle C-f2",5,ctl-f2,userLocalA)
  352.              menu("Global modes     ",5,ctl-2)
  353.    checkedSUBmenu("Row/Column    C-2",5,ctl-2,rowCol)
  354.    checkedSUBmenu("Mark gadgets  C-g",5,ctl-g,markGadgets)
  355.    checkedSUBmenu("Invisibles    C-v",5,ctl-v,spooks)
  356.    checkedSUBmenu("Busies        C-b",5,ctl-b,busies)
  357.    checkedSUBmenu("Use keys      A-u",5,alt-u,useKeys)
  358.    checkedSUBmenu("Make icons   AC-i",5,altCtl-i,icons)
  359.  
  360. menu("Numbers",6,normal-f1)
  361.       menu("Show vals  S-help",6,shft-help)
  362.    menu("Tab ruler        ",6,shftAlt-tab)
  363.    SUBmenu("See ruler  SA-tab",6,shftAlt-tab)
  364.    SUBmenu("Set ruler  SC-tab",6,shftCtl-tab)
  365.    SUBmenu("Tab ruler SAC-tab",6,shftAltCtl-tab)
  366.       menu("Line-Page        ",6,ctl-return)
  367.    SUBmenu("Line length C-rtn",6,ctl-return)
  368.    SUBmenu("Lines/page    A-g",6,alt-g)
  369.    SUBmenu("Left margin   L-m",6,lAmiga-m)
  370.    SUBmenu("Top margin    L-u",6,lAmiga-u)
  371.    SUBmenu("Bottom margin L-l",6,lAmiga-l)
  372.    SUBmenu("End of line   C-e",6,ctl-e)
  373.       menu("Command mult  C-m",6,ctl-m)
  374.       menu("Max files   AC-f1",6,altCtl-f1)
  375.       menu("Idle timer  SAC-i",6,shftAltCtl-i)
  376.       menu("PM terminator ESC",6,normal-esc)
  377.       menu("File size     C-1",6,ctl-1)
  378.  
  379. menu("Display",7,normal-f1)
  380.    menu("Colors     A-help",7,alt-help)
  381.    menu("Tune RGB    A-esc",7,alt-esc)
  382.    checkedMenu("Hide display  R-h",7,rAmiga-h,hideDisplay)
  383.    menu("Scroll type   R-s",7,rAmiga-s)
  384.    menu("Split windows    ",7,lAmiga-9)
  385. SUBmenu("Next split    L-9",7,lAmiga-9)
  386. SUBmenu("Drop split    L-0",7,lAmiga-0)
  387. SUBmenu("Split lines   L-8",7,lAmiga-8)
  388. SUBmenu("Mouse size    L-=",7,lAmiga-=)
  389. SUBmenu("Curr buf      L-c",7,lAmiga-c)
  390. SUBmenu("Undo buf      L-1",7,lAmiga-1)
  391. SUBmenu("Search buf    L-2",7,lAmiga-2)
  392. SUBmenu("Replac buf    L-3",7,lAmiga-3)
  393. SUBmenu("Hilite buf    L-4",7,lAmiga-4)
  394. SUBmenu("Invert buf    L-5",7,lAmiga-5)
  395. SUBmenu("Columnar      L-6",7,lAmiga-6)
  396. SUBmenu("Directories   L-7",7,lAmiga-7)
  397.    menu("Lace/planes      ",7,shft-esc)
  398. SUBmenu("Toggle      S-esc",7,shft-esc)
  399. SUBmenu("Reg 1 plane  R-f1",7,rAmiga-f1)
  400. SUBmenu("Reg 2 planes R-f2",7,rAmiga-f2)
  401. SUBmenu("Lace 1 plane R-f3",7,rAmiga-f3)
  402. SUBmenu("Lace 2 plane R-f4",7,rAmiga-f4)
  403.    menu("Refresh   SC-help",7,shftCtl-help)
  404.    menu("Do menus SAC-help",7,shftAltCtl-help)
  405.    menu("Unhilite      A-h",7,alt-h)
  406.    menu("Uninvert      A-i",7,alt-i)
  407.  
  408.      nameBuffer(35,"Rexx Msg/Reply OUT")
  409.      nameBuffer(36,"Rexx Msg/Reply IN")
  410.      nameBuffer(37,"Copied Columnar")
  411.      nameBuffer(38,"S:Directories")
  412.      nameBuffer(42,"Help!")
  413.      nameBuffer(45,"Scratch Deletes")
  414.      nameBuffer(46,"Copied Invert")
  415.      nameBuffer(47,"Copied Hilite")
  416.      nameBuffer(48,"Replace String")
  417.      nameBuffer(49,"Search String")
  418.      >
  419.  
  420.  
  421.                                    *****
  422. Here is a description of how buffers are used in this file.  If you make
  423. changes which involve buffers, you should follow the convention in this
  424. list:  (You can change this convention entirely, of course.)
  425.  
  426. buf55-99 = available for user commands
  427. buf50-54 = used for temporary purposes in commands
  428. buf49 = search string
  429. buf48 = replace string
  430. buf47 = copied hilite
  431. buf46 = copied invert
  432. buf45 = holds scratch deletes for Undo, keypad-0
  433. buf44 = make-command buffer
  434. buf43 = document names
  435. buf42 = holds Help, if loaded
  436. buf41 = used in buffer swapping command, ctl-w
  437. buf40 = used for AmigaDOS commands
  438. buf39 = used for result of AmigaDOS commands (if result selected)
  439. buf38 = directory names
  440. buf37 = copied columnar data
  441. buf36 = ARexx msg/reply input buffer
  442. buf35 = ARexx msg/reply output buffer
  443.  
  444. ....................
  445. This is just the initial stuff in Uedit's standard config.  The following
  446. extensions are part of Config! and should be included with it:
  447.  
  448.     Config!M - miscellaneous commands
  449.     Config!P - printing commands
  450.     Config!R - ARexx-interface commands
  451.     Config!S - spell-checking commands
  452.  
  453. When you compile Config! with Uedit, the extension configs are pulled in
  454. automatically.  
  455. ....................
  456.